DomainObjects Class Library

Query<ClassToFind>.FindDataSet Method (Field[])

Retrieve a DataSet filled with values returned by this query.

public DataSet FindDataSet(
   params Field[] fieldsToSelect
);

Parameters

fieldsToSelect
Zero or more fields whose values will fill the column values of the DataSet.

Return Value

Returns a DataSet filled with values returned by this query. Returns an empty DataSet if no rows are found.

See Also

Query<ClassToFind> Class | DomainObjects.Facade.Command Namespace | Query<ClassToFind>.FindDataSet Overload List